PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFFormXObject Class / setMatrix Method
The matrix applied to form XObject content before it is rendered.
In This Topic
    setMatrix Method
    In This Topic
    Sets the form XObject matrix.
    Syntax
    public void setMatrix( 
       PDFMatrix matrix
    )

    Parameters

    matrix
    The matrix applied to form XObject content before it is rendered.
    See Also